var go/doc.noteMarkerRx

2 uses

	go/doc (current package)
		reader.go#L498: 	noteMarkerRx  = lazyregexp.New(`^[ \t]*` + noteMarker)      // MARKER(uid) at text start
		reader.go#L506: 	if m := noteMarkerRx.FindStringSubmatchIndex(text); m != nil {